- Search Energy EXCH
- 57 Results (1 Threads, 56 Replies)
-
AlienDog replied May 5, 2025Hi Kimku. congrats! very good work. Been testing it few days now (only EUSUSD OB and SNB 5m chart) pretty accurate signals
2P-Scanner
-
AlienDog replied May 3, 2025sln compile it as EA not indicator
High Probability Trade Entry Test - Request for Suggestions
-
AlienDog replied Apr 6, 2025Hi classy, you can find most of those indicators here in FF just search for them, i.e. QQE url in order to modify the ones you attached, the mql file is mandatory Best regards
I will code your EAs and Indicators for no charge
-
AlienDog replied Mar 29, 2025Hi Paymanz, you don't need an indicator for that, you have your computer's clock, I use a little program Taskbar Tweaker, with it you can costumize your clock in the task bar to show you even the seconds. Regards
I will code your EAs and Indicators for no charge
-
AlienDog replied Mar 28, 2025Sometimes shit happens, I've seen this before nothing new always thought "manipulation", by whom? I donīt know.
EUR/USD doesn't behave on PCE data as it should...
-
AlienDog replied Mar 28, 2025On this subject I tend to agree with you, because I think Castlebrook's request was the trigger for your answer, but also agree with RoyalAppu regarding on the thread's title, anyway here's my two cents, I'm a lousy coder but I managed to understand ...
I will code your EAs and Indicators for no charge
-
AlienDog replied Mar 25, 2025Thank you again here's the fix int count = MAPeriod + 12; double obvArray[]; ArrayResize(obvArray, count); ArraySetAsSeries(obvArray, true); // Fill OBV array for(int i = 0; i < count; i++) { obvArray[i] = iOBV(NULL, 0, PRICE_CLOSE, i+1); } now is ...
I will code your EAs and Indicators for no charge
-
AlienDog replied Mar 25, 2025Hi jdlanked and BestTraderEv, thank you for your response. jdblanked I supposed count would do that BestTraderEv that crossover is my goal, but I cant get it
I will code your EAs and Indicators for no charge
-
AlienDog replied Mar 25, 2025Can someone explain to me why tester says this is out of range? double obvArray[]; ArraySetAsSeries(obvArray, true); int count = MAPeriod + 12; // Fill OBV array for(int i = 0; i < count; i++) { obvArray[i] = iOBV(NULL, 0, PRICE_CLOSE, i); } I ...
I will code your EAs and Indicators for no charge
-
AlienDog replied Dec 10, 2024You can't edit ex4 files, you need to provide the mq4 one. Cheers
Can someone help add text input to indicator
-
AlienDog replied Nov 20, 2024Erased all and downloaded from site you mention, thank you BestTraderEv, now working and there is no difference with the one didn't work, amazing! Thank you Sagat1977 for you answer, will check it
I will code your EAs and Indicators for no charge
-
AlienDog replied Nov 20, 2024Well I don't know why or how, it works fine in this computer but I get the same error you show in the other. image and wanted to use it in that computer
I will code your EAs and Indicators for no charge
-
AlienDog replied Nov 20, 2024Hello, can sbdy help me with this indi? I have it in other computer and works fine, but in this one it doesn't. May be is a typo but I can't find it file
I will code your EAs and Indicators for no charge
-
AlienDog replied Aug 16, 2024Thank you very much for the input, let's see if I can do the trick
FxArt.Trader (Tools)
-
AlienDog replied Aug 16, 2024Hello FxArt I'm strugling with this indi, can you help me with it? I canīt get the high and low lines drawn during the dessired time image file
FxArt.Trader (Tools)
-
AlienDog replied Jul 24, 2024Never mind, I didn't pay atention to graphs, sorry for the dumb questions
TSI Stoch Strategy That Works
-
AlienDog replied Jul 24, 2024Hi, looks interesting, wich are the indicators settings? I'm usingMT4 so downloaded the TSI provided by Toppi, thank you Toppi
TSI Stoch Strategy That Works
-
AlienDog replied Apr 30, 2024Thank you very much CJA very kind of you. Best regards
Pip counter indicator on the current candle
-
AlienDog replied Apr 24, 2024Hello Cja I just stumbled with your indi, is it possible to modify it in order to show the whole lenght of the cande (hi-lo)? thank you in advance
Pip counter indicator on the current candle