How can I create an EA by using Awesome Oscillator with these conditions. 1. Buy when histogram bar is above 0.0 and is green bar. 2 Sell when histogram bar is below 0 and is red bar.
Posts made by SHEDRACK MZIRAY
-
About Awesome Oscillatorposted in Questions & Answers
-
EA which has different time frameposted in Questions & Answers
Hello
I want to create a forex robot which Has different timeframe. Example triple exponential moving average(21) is above moving average(50EMA) and candle is above parabolic sar, this must be in 1Hr timeframe then the same setup happen to 5M timeframe I enter the trade -
No open order after take profitposted in Questions & Answers
I want to create EA of crossing moving average. Example EMA 25 Above EMA 200 BUY and TP 15 pips. After takes tp it should not open any order of buy even though condition meet
-
How to create EA open order at certain spreadposted in Questions & Answers
Hello!
I want to create an EA which open order at certain spread. Example the maximum spread must be 10 above that should not open order. -
Two indicatorsposted in Questions & Answers
I have two indicators and both of them print arrows. I want to use one indicator as a trend and other as a signal for entering buy and sell. Please any one can help me with idea.
-
Two custom indicatorsposted in Questions & Answers
Hello
I have two custom indicators which does not repaint. I tried to create an Expert Advisor of each indicator and am succussed, but I want to combine two of them but the robot does not open order. Please help -
RE: Certain number of ordersposted in Questions & Answers
I think is loop, but I don't know what to use among the list
-
Certain number of ordersposted in Questions & Answers
Hello!
I want my EA to open certain number of orders. Example it's time to buy instead of one position I want two or three position. -
Combination of two custom indicatorposted in Questions & Answers

I have two custom indicators and I want to create an expert advisor. The idea is like this, when the arrow is above the candle and is pointed down and thumb down is above the candle it should sell and buy when it's vice veser.
-
How to close all positions at certain timeposted in Questions & Answers
I have an EA who open position according to parabolic sar but I want to close all positions at certain time either is buy or sell. Example when it reach 20:00 the EA should close all positions.