Hi,
I am trying to create an EA that buys when the smoothed heikin ashi indicator turns green and sell when the heikin ashi turns red.
Attached is the indicator. Can someone show me how it can be done?[0_1528996351234_Heiken_Ashi_Smoothed.mq4](Uploading 100%)
Best posts made by b.seow
-
Smoothed Heikin Ashiposted in Questions & Answers
Latest posts made by b.seow
-
Smoothed Heikin Ashiposted in Questions & Answers
Hi,
I am trying to create an EA that buys when the smoothed heikin ashi indicator turns green and sell when the heikin ashi turns red.
Attached is the indicator. Can someone show me how it can be done?[0_1528996351234_Heiken_Ashi_Smoothed.mq4](Uploading 100%) -
RE: Buy Limit & Stopposted in Questions & Answers
OCD will create a pending buy and pending sell and closes one when the other is executed. Not what I am looking for. I need to place both pending orders in the same direction. Buy Stop and Buy Limit, and if Buy Stop opened, Buy limit pending order should close.
Please advice.
-
Creating an EA that runs on the backgroundposted in Questions & Answers
Hi,
I tried creating an EA with specific parameters for specific pairs (i.e EURUSD) and tried running the EA on for example USDJPY chart. It does not work but when I run it on EURUSD chart, it works perfectly.
Can you tell me how I can create an EA with specific conditions for specific pairs and able to run it on any chart? so I don't need to create a specific EA for a specific pair.
Thanks in advance.
-
Buy Limit & Stopposted in Questions & Answers
Hi,
How do you create both a buy limit and buy stop at the same time, and delete the pending order once either one is executed?