- Search Energy EXCH
-
candyman752 replied Jul 29, 2017it will buy when 64SMA is above 200LWMA and the price is below 64SMA. you have to sort out TP and SL to your liking.vice versa for sell
Big profit regularly, but need to covert to EA
-
candyman752 replied Jul 29, 2017it was on this page url anyway have attached below
Big profit regularly, but need to covert to EA
-
candyman752 replied Jul 29, 2017If the broker cancels pending orders the EA will then open buy orders above the buy line and sellorders below the sell line
Moving average ea gbpusd 5min
-
candyman752 replied Jul 29, 2017Find updated version. Had to introduce code to draw a buy line and sellline as the broker is cancelling pending orders immediately they sent.
Moving average ea gbpusd 5min
-
candyman752 replied Jul 29, 2017The EA now will draw a buy line and a sell line. It will buy above the buy line and sell below the sell line. I was trying to avoid having to draw lines but the pending order cancellation has deemed it necessary.\Find attached updated version
I need an EA for my simple "Mother Candle Fibonacci System"
-
candyman752 replied Jul 29, 2017I have added new code that allows the ea to open orders if the pending orders are cancelled. I will post later
I need an EA for my simple "Mother Candle Fibonacci System"
-
candyman752 replied Jul 29, 2017Have Google search and found that my broker is cancelling pending orders due to distance limitations
I need an EA for my simple "Mother Candle Fibonacci System"
-
candyman752 replied Jul 29, 2017url You can download it from there. Though I am surprised you getting that notice. I blocked the code for flying Buddha.
Big profit regularly, but need to covert to EA
-
candyman752 replied Jul 28, 2017Place HGBnDMC in the include folder PlaceNOOR in the expert folder
Big profit regularly, but need to covert to EA
-
candyman752 replied Jul 28, 2017I have to do some refining on the code. i have given the EA its own trading time frame and also the master and kid candles their own time frame. For safety reasons signals are only read at the opening of a candle. so when trading time frame for the ...
I need an EA for my simple "Mother Candle Fibonacci System"
-
candyman752 replied Jul 28, 2017I have to do some refining on the code. i have given the its own trading time fram and also the master and kid candles their own time frame. For safety reasons signals are only read at the opening of a candle. so when trading time frame for the EA ...
Moving average ea gbpusd 5min
-
candyman752 replied Jul 27, 2017oopss the correction above is deleting pending . fixed it
Moving average ea gbpusd 5min
-
candyman752 replied Jul 27, 2017I have just figure out how to code point 8. After openning orders of one side (buy or sell), pending orders must not be deleted until another MC appears OR price reaches 262% level. Find attached adjusted EA I am mean wow just trading the asian ...
Moving average ea gbpusd 5min
-
candyman752 replied Jul 27, 2017I have just figure out how to code point 8. After openning orders of one side (buy or sell), pending orders must not be deleted until another MC appears OR price reaches 262% level. Find attached adjusted EA
I need an EA for my simple "Mother Candle Fibonacci System"
-
candyman752 replied Jul 27, 2017Attached are files modified to trade the above system. Load as is OOTB I dont code just modify what coders put together
I need an EA for my simple "Mother Candle Fibonacci System"
-
candyman752 replied Jul 27, 2017i have just closed all orders account balance && equity = 1022usd
Moving average ea gbpusd 5min
-
candyman752 replied Jul 27, 2017just noticed a mixup on the sell stops TP itwas using the SL figure. find attached debugged files
Moving average ea gbpusd 5min
-
candyman752 replied Jul 27, 2017All you have to do to avoid the above is put false on the input delete pending orders on wide sread event
Moving average ea gbpusd 5min
-
candyman752 replied Jul 27, 2017Have justnoticed another bug. When there is a spread event the pending orders are deleted and when they are replaced the take profit and stoploss are not inserted back in the replaced pending orders after the spread event.
Moving average ea gbpusd 5min