- Search Energy EXCH
-
jeanlouie replied Aug 10, 2020The one you attached looks like it's part of an ea project, so I used another one I realized I had lying around (not mine, btn by me though). Does the whole renko thing, neater than with rectanlgles, I've seen it handle large multi-block jumps ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 10, 2020You must really like vlines. VLines_Daily_many - up to 20 vlines with 20 texts - time hour and minute - individually styled vline n text (but are bound) - can show either vline, vline+text, text - prints the week in advance - texts are moved to the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 10, 2020No they're not suppose to. It doesn't handle the event of a candle high=low, it can now. Thats the only place a division is happening.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 9, 2020Turns all rectangles filled and background to false, to get that empty box look.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 9, 2020Isn't that what it already does, the second indicator you attached? "not the middle as it is" Ok, I think I get what you originally meant, you want arrows on the oscillator, with a crossover defined as rsi crossing the outer bands, up arr for the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 9, 2020Because the way that one draws arrows, it wants the rsi to be touching the outer bands. A 2.0 dev is too far, it hardly ever gets touched, eg put dev 1.0, lots of arrows, 1.5 less arrows, 2.0 hardly any. A higher deviation, groups together more and ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 9, 2020It's the same indicator? It still repaints, it just doesn't delete arrows. There are buffers for the arrows now.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 9, 2020This should do it. update v1.2 - btn effects on new objects made if btn is pressed reminder - to be used as backtest guide, not intended for forward use
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 9, 2020- index 2, as in live(0)-(1)-(2) or live(1)-(2)? I'll assume you meant the previous bar from live which would mean index 1 - Don't need paranthesis around every condition in the if. - = is not a relational operator, == is For an alert on a previous ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 8, 2020Shoot, line 91, inside the orderselect, the i needs to be replaced with cnt, because cnt is used in the for loop above it. I think the original is this url , looks the same without the commenting out lines, and the orderselect has cnt. Try the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 8, 2020I don't do ea's, but from what I can tell - line 25 - the number "total" is stated line 50 - has been commented out, but it would make the number total = to the number of orders line 51 - has been commented out, but if the number total is 0, then do ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 8, 2020As long as you know it repaints and all the arrows, past and current will change.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 8, 2020How would you define a trend/main direction, for a reversal to then occur to? From the pic, is it just above/below the daily open, means up/down trend, so be on the lookout for a reversal to the downside if above the open, and a reversal to the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 8, 2020Edit the post and attach the cycle period indicator too, it's being called.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 7, 2020You can try this. My urge to have a reason to post an updated version of an indicator I made a while back is greater than my urge to ignore you for your comment below. Session_Boxes_High_Low_Mid_Breakout_v1.2 - have fixed some previous bugs - up to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 6, 2020Contact the author/s of these or check for the most recent version. If your version doesn't work for you, then it probably hasn't worked for many others and an update is floating around somewhere.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 6, 2020Going by tick volumes in the cluster boxes, what would you say count as a buy or sell signal?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 6, 2020Only mq4 files without restrictions in it's text can be modified, mq4s that ask not to and ex4s, can't be. This is a separate indicator that will read the ex4 and set alerts for it, it's the equivalent of a person glued to the screen watching the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 6, 2020At this point I doubt anyone will re-invent the wheel when it comes to a trade manager. url url url url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 6, 2020At this point I doubt anyone will re-invent the wheel when it comes to a trade manager. url url url url
Simple MT4 Trade Manager?