@trader-philipps ok i will test it out in a few hours and let you know, again thank you for your time to help me.
Posts made by Jgwap203
-
RE: Simple EA Helpposted in Questions & Answers
-
RE: Simple EA Helpposted in Questions & Answers
@trader-philipps If it cAnt be done then I have no choice to post the EA multiple times
-
RE: Simple EA Helpposted in Questions & Answers
@trader-philipps is there a way instead of posting the EA on multiple symbols, I can post the EA on one symbol and it would reconize to do this for all symbols ? I trade the majors and minors currencies so that’s about 28-26 pairs
-
RE: Simple EA Helpposted in Questions & Answers
@trader-philipps yes if a buy ordered is triggered it should close all open sell orders......BUT will this close all open sell orders I have open or only for that currency pair? For example, if a buy ordered for eur/usd , I want it to only close open sell orders for eur/usd and and not other sell open orders.Im trying to design a code that will work with all pairs I have open but not affect each other.Thank you so much for replying and willing to hear back from you
-
RE: Simple EA Helpposted in Questions & Answers
@l-andorrà I do not want to erase my pending order.let me give an example...………..I placed a pending order a buy stop and a sell stop(I didn't set a stop loss on these orders) Minutes later my buy stop gets hit( I do not want the EA to cancel the sell stop pending order).3 hours later my sell stop gets hit, for the EA, once it hits the sell stop, I want it to cancel the buy order I am already in .EA should work with all pairs.It should should not allow me to have a buy and sell order open on the same pair.
-
Simple EA Helpposted in Questions & Answers
I need help making a simple EA.So my broker allows hedging and I do not like this feature.I would like an Ea that would disable this feature, like not allowing to open a buy or sell allow at the same time.For example, I have 2 pending orders (buy and sell) .it hits my buy stop order but my sell is still pending .Price reverses and it hits my sell stop.Once it hits my sell stop, my buy stop trade will exit.I would like this to work for all currency pairs/timeframe .If anyone can make this simple EA I would be thankful
P
-
RE: Will Pay EA Coder For A Codeposted in Questions & Answers
@ambrogio I will test it tomorrrow more and let you know
-
RE: Will Pay EA Coder For A Codeposted in Questions & Answers
@ambrogio thank you.I will try now and let you know.Thank you so much
-
RE: Will Pay EA Coder For A Codeposted in Questions & Answers
@ambrogio also I’m looking at my ea the fast Ema crosses the slow but I’m still in a buy trade.I still do not what know what I’m doing wrong .If you can help solve this I would much appreciate your help.
-
RE: Will Pay EA Coder For A Codeposted in Questions & Answers
@ambrogio yes but how would I know if this works properply? For example, I made a code yesterday and when the cross happens, it had open 3 buy trades when I was using the 1 min chart.i just can not get it to work but the logic should be easy.like I would manually write this code but im not fimilar with c++ but im pretty solid in python coding.
-
Will Pay EA Coder For A Codeposted in Questions & Answers
Greetings coders and traders,
I have tried many crossover EAs but none of them work when I back test .I am willing to pay but the code is very simple.
I need an EA the uses 2 EMA.Fast and Slow.Want to make the user to put in the numbers for each.So the general idea is when fast crosses up slow it enters a buy and when fast crosses down slow it enters a sell.
I do not want a stop loss but make it where a Take profit Is optional.When Lot size 0.01 but this can be change......for the currency pair , if it’s in a buy, the only time it will exit is when fast crosses down the slow.The oppiroste for sells.Trades will also Edit once take profit is reach if you have that option set on.I also want to run this EA even if there are trades open or not.
Again it’s a simple code nothing too complicated and willing to pay the right price .I would also like proof to show me the code work. Been looking on line and let down .There are tons of free codes similar to this and can’t find nothing that works.
Thank you