Anyone else can check the download for a fact check?
Thanks.
MAY THE TREND BE WITH YOU
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{quote} That was in your posted version, please check. I saw that error and investigated {image} I tried a few fixes; this was one of the suggestions {image} But ended up leaving it as I found it. Anyway, why so serious, you said we could play with it, adjust it to our needs?Ignored
Disliked{quote} It looks the same to me; you are right, I don't know what I'm doing, but I'm working with your code, I, or AI, did not write that line. Anyone else can check the download for a fact check? Thanks.Ignored
Disliked{quote} WDYM my code? Which code are you talking about? That image is not my code. That is in PatienceFx mt5buttons EA he just posted. You can see that in the Description tab... {image} And this code was written by some AI, obviously... The commission line ( double commission = PositionGetDouble(POSITION_COMMISSION); ) will always return 0, so it never sees any commissions... And, on MT5, comissions are often added twice: when opening and when closing. So, it's up to the trader to know this and adjust BE for this fact.Ignored
DislikedIn my opinion, this is the best channel indicator I've ever used. I've tested almost every channel/TMA indicator out there, and this one stands out — mainly because it doesn't rely on ATR calculations. It's a simple Box + EMA combination, which makes it both clean and surprisingly accurate. The concept is straightforward: it finds the highest high and lowest low over a defined number of bars (the "box"), then smooths those levels with an EMA. The result is a dynamic channel that follows price without the noise you often get with ATR-based indicators....Ignored
Disliked{quote} do you use the default settings? what time frame do you use?i would combine fib with it and add push notification.thanksIgnored
Dislikedplease masters coders i got this code from chart gbt just tried my luck but it shows 1 error. 0 warning, when i complile it. please help me fix the error please i beghelp me out. i dont even know what name to save the script that is how bad i am with codes.... //+------------------------------------------------------------------+ //| Script: Modify SL to Candle(1) Close +/- 11 pipettes | //+------------------------------------------------------------------+ #property script_show_inputs input int PipetteOffset = 11; // 11 pipettes...
Ignored
Disliked{quote} Hello ... Simply copy and paste the compile errors and warnings back into the chat box and the ai will fix the code for you quickly. These days it may only get 1 or 2 tries to get the code to compile with no errors or warnings. Paste the fixed code back into the mt4 or mt5 editor and recompile.Ignored
DislikedBestTraderEv I have a good Indicator which is sending good signals but the only issue is....sometimes its sends a signal arrow then it disappears...I would call it false signals, but the majority are accurate...is there a way you can fix it and block all the false signals? Its an EX4 file. Kindly assistIgnored
DislikedBestTraderEv I have a good Indicator which is sending good signals but the only issue is....sometimes its sends a signal arrow then it disappears...I would call it false signals, but the majority are accurate...is there a way you can fix it and block all the false signals? Its an EX4 file. Kindly assistIgnored
Disliked{quote} please what should i do in this situation ma line do not plot! and no errors and no warnings! {file} {file}Ignored
Disliked{quote} please what should i do in this situation ma line do not plot! and no errors and no warnings! {file} {file}Ignored
Disliked{quote} When you loaded it on a chart did you check the experts tab at the bottom of the chart? I tried the EMA Arrows With Line indicator and got "an array out of range " message which explains why nothing was showing on the chart. Just because it compiles doesn't necessarily mean everything is correct. An "array out of range" and a "zero divide" are two things that can stop an indicator from loading on a chart. Fix the array issue and it will work. {image}Ignored
Disliked{quote} So this took 30 seconds to paste your code into chatgpt and return new code.. NO idea if it works, but try to educate yourself, its NOT hard.. Ive named the script just for you.... {file} {image}Ignored
Disliked{quote} please master cableman i have tested the script and it isn't working as intended... please help me outIgnored