Disliked...if an indicator already exists (perhaps with code, so I can learn something!) that in real time draws me two segments above and two below the price...distance chosen by me in the inputs...Ignored
Gif-
Attached File(s)
3
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked...if an indicator already exists (perhaps with code, so I can learn something!) that in real time draws me two segments above and two below the price...distance chosen by me in the inputs...Ignored
Disliked{quote} @BestTraderEv Hope you are fine. Pls are we making progress on this.Ignored
Disliked{quote} See attached for object creation, updating, positioning, styling, deleting. Gif- {file} {image}Ignored
Disliked{quote} @BestTraderEv Hope you are fine. Pls are we making progress on this.Ignored
Disliked{quote} Thank you very much. I really appreciate your help sir! Is there a way to show the price of the line too? ThanksIgnored
Disliked{quote} We have another problem - the Centered TMA repaints like crazy. When we see a cross between MA and TMA, it's in the past, because the TMA repainted. In reality, at the moment, there was no cross. Which means that we can not find the MA/TMA Band cross in any reasonable moment - only when the price is already gone. And the NRP Centered TMA version is no good, because it shows very different bands. So, in conclusion, we need something else in place of the TMA. Or, maybe I need to rethink how to code it in a different way... this takes time....Ignored
Disliked{quote} Thanks for the feedback. True, most of the indicators repaint BUT they complement each other progressively to produce profitable trading which is what I achieve daily with demo acct. When you discarded those indicators, something in me told me it was going to be a tough one for you but I decided to trust in your judgment. Even though they repaint, there is a combination of rules that must be met at the same time to indicate a VALID TRADE SETUP. Even long before the MA crosses, there is a set of conditions that those repainting indicators...Ignored
Disliked{quote} If you can build an EA that will obey those rules, we will be okay. But if we can't have an EA that will obey those rules, this exercise will be futile, As I had earlier stated, I will wait for one of those setups and take a progression screenshot to prove my point.Ignored
Disliked{quote} EA can not obey rules if the indicator repaints. Because the picture keeps changing. And the indicators that I discarded also are no good for an EA, because they give lots of false signals which you may not even see visually. Thus, they are useless. The human brain can omit some things, may not see many things, may filter out many things. That's why I said before that your trading is descritionary, and that can't be coded. Using more indicators doesn't make it easier. If it was that easy, everybody would be a millionaire in two weeks, and...Ignored
DislikedHello everyone, who can remake the code for MQL4, I will be very grateful. Def Calculate_barn_length(h4_close, h4_open): barn_length = ((h4_close - h4_open) * 100) / h4_open return barn_length # Usage example h4_close_price = 1.3050 h4_open_price = 1.3000 barn_length_h4 = Calculate_barn_length(h4_close_price, h4_open_price) if barn_length_h4 > 1.5: # Example threshold value for a reversal signal on M1 print("Signal of a possible reversal of traffic on M1") more: print("No turn signal on M1")Ignored
Disliked{quote} Cant we code an EA that opens a trade once the rules are met and instruct the EA to ignore all other signals that may occur thereafter until either SL is hit or TP is met. I am also yet to come to terms with ur understanding that my trading is discretionary bcs in manual trading, I stick to those same rules based on what I see not what I assume. I agree that the human brain can be deceived but can an EA omit what the human brain sees if it is coded strictly to see those things that human brain sees. If the answer is yes, then this exercise...Ignored
Disliked{quote} Dude, do you think you're going to get the EA on the next day??? Maybe in two or three weeks. Don't push...Ignored
Disliked{quote} Yes, of course we can. That's not the problem. The problem is that the rules will be met, and the trade will make a loss. And the funny thing is that after the fact you will say that the rules were not met, because you will see something different than what was there at the moment when the EA took a trade. You see things and you think that they only occur when the trade will be profitable, and that's false. You simply don't see all the instances where the rules are met, but the trade will make a loss. I am creating an EA in real time, watching...Ignored
Disliked{quote} I like to assure you that if the rules that I am providing for you are met 10 times and the EA opens trade those 10 times, we will be hit TP 8 times and SL only twice. This is a market that I have been on for the past 5 years and I understand the behavior. Pls give me benefits of the doubt and just creat this EA that follows the rules I am going to give you soonIgnored
Disliked{quote} Hi BestTraderEv, Happy enjoying your weekend... as a new trader with limited experiences in trading & coding ... any idea which one of EA can be taken as a 'template' for our testing purposes ? Waiting your clue on this ...thanksIgnored