- Search Metals Mine
-
yousername replied Jul 21, 2017Thanks for letting me know
Well what's the point implementing it if it's good only for those pairs only?
I thought it's universal, applicable to all market instruments I think i will just gonna try it out on other pair beside ...Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017Yeah you right, it looks smoother. Petty you missed that hidden bearish divergence. I will try make an indicator based on that strategy and see if it works well. If it does then maybe we will try implement it into FG. image Trying out my luck ...
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017file Sorry for the late reply. Fell asleep. Maybe try FG_RESET first in order to remove all the previous session of the old version.
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017You are using the old version which is buggy the new version is 1.956 url
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017You need to use a FG Command if you want to change it. FG_RRR_MONEY/PIPS_RISK_REWARD for example FG_RRR_MONEY_5000_10000 (1:2 RR Ratio in account currency) or FG_RRR_PIPS_500_100 (5:1 RR Ratio in pips) FYI you can only change the EA Properties (F7) ...
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017Here is an example of INDICATOR using FG COMMAND I hope you get the point.... You can call FG_BUY GRID and FG_CLOSE GRID from your indi file int x=0; int start() { if(x==0){ ObjectCreate(0,"FG_BREAKEVEN_1_123123",OBJ_TEXT,0,0,Ask,Ask); ...
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017Make sure you run the following command before using this EA FG_RESET Then you set your input by pressing F7 on your keyboard.
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017Honestly this is a nice design To me cosmetic will be the final touch. At the moment I want to focus on the core functions.
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017woot woootttt YUMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM Congrats mate BTW what's the difference between RSI and RMI? The number range looks similar.
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017I feel like I have not found a bug with this one as I have tested most feature. The user interface should work well as expected. Please try exploit this EA to the maximum. Looking forward to your bug. file
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017I will give the latest build file update soon. FG COMMAND LIST 1) BREAKEVEN FG_BREAKEVEN_0/1_amount or FG_BREAKEVEN_0/1 i.e. FG_BREAKEVEN_0 //Disable the breakeven feature FG_BREAKEVEN_1//Enable the breakeven feature FG_BREAKEVEN_1_5//This enables ...
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017My skype doesn't work suddenly on my pc but I can login to their web app. This has happened since this week or last week I guess. Shit................. I have reinstall Skype until the Kingdom come and never got fixed. Probably need a new laptop or ...
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 21, 2017I;m going to make a live chat/conference for FG. I will share you the chat room. I'm still thinking which platform should I use.... ANy recommendation? This is my first time.
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 20, 2017possible issue with the R:R management variable. Fixes and testing coming soon
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 20, 2017Ohh boi with the EURUSD I just made some nice $_$ Placed a buy grid 2 days ago before the spiked which I knew will come. Now I have too much toilet paper already in my bank.

Flexy Grid EA (Grid Trading)
-
yousername replied Jul 20, 2017After watching this video again. I realize another error with the middle part of the sell grid style. If you have value 1 it should be equal to sell and 0 = buy. In the video it executed X11 The middle was a buy and the bottom is sell stop which was ...
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 20, 2017No problem mate I reckon you're going to long according to the rule book...? Well seems you have open buy grid already
Btw if you have X11 buy grid style that mean you won't have a BUY STOP but a BUY ORDER and BUY LIMIT order.Flexy Grid EA (Grid Trading)
-
yousername replied Jul 20, 2017COrrection to the custom lot addition. Calculation was wrong which I just realized after watching the video Sorry guys file
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 20, 2017FG COMMAND update with the FG_CUSTOM LOT parameter FG_CUSTOM LOT_X_0.01_3_2 X = increment style multiplication 0.01=your initial lot 3 = Incremented for each z order (in this case 3) 2 = Will be multiplied by 2 You can have either X or + X = ...
Flexy Grid EA (Grid Trading)
-
yousername replied Jul 20, 2017I have planned that long time ago but never had time to implement it. Until I joined FF and the desire to accomplish it has returned. So yeah, it will be added soon. Probably next month. Hopefully by tomorrow I could get done the custom lot. Custom ...
Flexy Grid EA (Grid Trading)