- Search Metals Mine
-
yousername replied Aug 7, 2017One more additional detail... If the pending order got triggered. The Louisetano profit target will be multiplied by -1 therefore the value will be -X. If you set the LS value to 50, therefore it will become -50 when the other pending order got ...
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 7, 2017FG_LS_on(0/1)_15 should be FG_LS_1_15 0=Off 1=On
Btw when you reset, try change time frame as well.Flexy Grid EA (Grid Trading)
-
yousername replied Aug 7, 2017Yes you are right, or pull the trigger when it has reached the E6.
ZigCharm
-
yousername replied Aug 7, 2017The EA automation isn't optimized yet. I'm not interested to optimize it first until I get the manual firm and ready. You can get the latest version above. And search the JEC zip file in the forum make sure it's the latest version 2.0. Extract the ...
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 7, 2017Ohhh boy I'm sorry. It's probably because i'm not feeling really well lol. My body is so weak when my spirit is super strong url file
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 7, 2017Here is the code if you want to project it to the future. In this example it is projected 10Hr to the future. Please note that 1hour = 3600 second. Therefore 10hr = 36000 This code works on a H1 TF. If you want to use it on different TF you have to ...
ZigCharm
-
yousername replied Aug 7, 2017Also make sure you use it on a new fresh chart. Or you can just perform FG_RESET in order to flush out all the memory.
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 7, 2017sorry man, please try again with this version. I think it should have fixed the closing problem on it self. file Please make sure you use it on a new fresh chart. Or you can just perform FG_RESET in order to flush out all the memory.
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 7, 2017So are you trying to project the vertical line object to the future?
ZigCharm
-
yousername replied Aug 7, 2017Could try debug this one out please and let me know if it's working as expected? Thanks
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 7, 2017Could you show me the screenshot of the issue? Also annotate the position of T1,T2,T3 etc and where do you expect E6 vertical line will be at.
ZigCharm
-
yousername replied Aug 7, 2017I will make 2 new command FG_LS/LOUISETANO_on/off(0/1)_100(TP in pips) That mean it will be in Louisetano mode where the initial trade will have TP 100. i.e. FG_LOUISETANO_1_50 This will make the first opened order to have a TP target. If you want ...
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 7, 2017not yet. That will be added in the next iteration 1.962 i guess

Flexy Grid EA (Grid Trading)
-
yousername replied Aug 7, 2017They are a cheap fucker. But If you asked too many times, I will be bothered as well
. Hopefully from the code you can learn something mate. 
ZigCharm
-
yousername replied Aug 7, 2017//Look for an object name V1 if(ObjectFind(0,"V1")>=0){ //Check if it is a vertical line if(ObjectGetInteger(0,"V1",OBJPROP_TYPE)==OBJ_VLINE){ //Retrieve the V1 index location int vOneIndex=iBarShift(Symbol(),0,ObjectGet("V1",OBJPROP_TIME1)); //Make ...
ZigCharm
-
yousername replied Aug 6, 2017Example of news email alert x minute before the news released If you want to enable it, you have to go to the EA properties, scroll down and set "Send email about up coming news" to true and don't forget to set the value after it to something else ...
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 6, 2017New Un-Tested Feature except 2,3,4 and 6 1. News email alert X minute before released. You can set it to true from the EA Properties. 2. FG_SEARCH. FG_SEARCH_anything you want. This will perform Google Search. This is convenient when you want to ...
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 6, 2017When you execute that command. That particular opened order won't be included into the take profit (groups) calculation. If you want to include it again, simply remove the take profit level of the chart
Flexy Grid EA (Grid Trading)
-
yousername replied Aug 5, 2017got it. This is clearer now. Thanks for the effort drawing the explanation. Yes this can be done. I think I will make a FG command for this. FG_PT_order ID_PT target in pips
Flexy Grid EA (Grid Trading)