Crossover Help
-
Hi guys this is my first post here on fxdreema.
well i have a moving average crossover which works very fine but. There are some signals which are so stupid and causing lot of troubles in strategy how can i fix it please any help will be appreciated.
ma1=28
method=smoothed
apply=closema2=100
method=exponential
apply=close
-
@adeel I. i cant see your picture. please share here your picture buy upload icon.
and share your project here by "Create a shared copy"
-
True. No image is visible.
-
@l-andorrà @Xfire Hi Brothers thanks for your attention and sorry about the picture. but i fixed the picture now.
@xfire i hired someone to create this ea for me and he did for certain amount of money with lot of bugs thats why im recreating it.
its simple MA Crossover strategy but no matter what numbers of ma i use there is a must stupid market ranging signal which destroys everything check the picture up you will know.
-
@adeel , Your graph is very good but EA is not always the winner! if you find an EA with 100% win rate please send DM to me

if i can look at your logic in your project maybe i can have an advice for you. -
@adeel i see your logic for the cross is good but not always for the zigzag markets.
i believe MA crosse alone cant have a good result for every market signal.
you have to know after MA crosse how much market has deep for moving
maybe a trendline indicator can help you -
That performance chart looks a lot like a martingale. Is it maybe? If so, forget it, it will not work in the long run.
-
@xfire Hi Bro Ofcourse theres nothing like 100% win strategy but what i need is to add some extra features to improve the loss from 100to50 as you can see in one trade all the profits are gone and it is simple crossover strategy
Logic=
Close Sell If Ma1 x> Ma2 =Buy
Close Buy If Ma1 x< Ma2 =Sell
Tp=10
Sl=0
Trail=0 -
@q8carpenter Hi Brother thanks for your help with ichimoku. but since it needs more work i will postpone it please can you help me with this?
@Xfire as i mentioned before i still didnt created this in Fxdreema but i hired someone who didnt complete the ea very well its full of bugs so i need help in recreating it is there a way i can stop trading when market is ranging i mean to identify the ranging market?
Because i tried blessing ea the famous free ea which is working perfectly until today it can identify the ranging market
so is there a way to identify the ranging market and stop trade that while or any other solution to atleast minimum the loss
because as seen in the picture all the profits are gone in one loss trade .
-
@adeel the best way for check market activity is the ATR indicator.
if you want to trade without SL it is very dangerous. i using a far SL, for example, i using Tp=10 and SL=80 but this SL not really work.
i control my SL by EA and Exit indicatorEA cant identify the market, that just working with content data, isn't an AI, so if you can find a great strategy the then your EA can working with any signal.
for example, currencies are different from Gold, i created an EA with 2 variable and when change those EA can working with Gold
-
@xfire said in Crossover Help:
@adeel the best way for check market activity is the ATR indicator.
if you want to trade without SL it is very dangerous. i using a far SL, for example, i using Tp=10 and SL=80 but this SL not really work.
i control my SL by EA and Exit indicatorEA cant identify the market, that just working with content data, isn't an AI, so if you can find a great strategy the then your EA can working with any signal.
for example, currencies are different from Gold, i created an EA with 2 variable and when change those EA can working with Gold
@Xfire could you to us how your idea on using ATR indicator?
-
@adeel Did you try adding a trailing stop or a brake even block?
-
@xfire Yes Brother Can you Please Guide Through ATR.
And sorry in advance as well as thanks in advance.
sorry for too much disturbing thanks for your helping. same to all brothers.
-
@xfire Yes Brother Can you Please Guide Through ATR.
And sorry in advance as well as thanks in advance.
sorry for too much disturbing thanks for your helping. same to all brothers.
-
@q8carpenter i tried trailstop but didnt work so well like didnt even effect a lil bit.
-
@adeel َno worries, ATR show to you how much range changed in the market.
I use ATR in my EA for example in Eur/USD with 0.0005. then if the market is flat range cant open any position and it is very safe.
-
@q8carpenter you can create a topic to solve your problem with trailing stop
-
@xfire it's not my problem

it was a suggestion to help out in this thread -
@xfire can you please share it how to create it in fxdreema.