- Search Energy EXCH
-
jeanlouie replied Nov 30, 2020Because you're using on a wide variety of symbols, each with different pricing digits and what's considered a pip, I'd include a manual input to adjust what is considered a pip. insert after line 13: extern double pip_adjust = 10.0; //this is where ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 30, 2020Aside from the labels you can do all that with multiple instances, as in always having a month/weekly/daily instance on at the same time. As for month labels, I'm sure there must be some month label indicator you can find.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 30, 2020- reading too much into it, imagine it just says close once. Entries on close values, exits on close values unless sl is reached, if I recall correctly, play around with it and you'll see how it handles entries/tp/sl/timeout
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 30, 2020It's the ma channel multipliers, when not set to 1, it introduces size variance. The pic uses envelopes to describe this, a 0.1% increase in the ma shifts the ma's away. On the hourly tf this distance is not too far, but on the 1m tf the distance is ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 30, 2020Period_MTF_Direction_VLines_v1.3 - multiple instances, must give each its own number, first setting - here on the 1hr I have the 4hr and weekly lines image file On second reading, did you mean the day of the week indicator? you want as a month of ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 29, 2020- you can go to the post and quote it to link it here - there's different types of array operations clumped together that may cause a significant slowdown depending on history - I've updated it so there's no lag at least on my end - in future and in ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 28, 2020I recall you wanted it based on the first bar of the period, and would use it on 1hr, so the sl is the high/low of the first hour, tp is equidistant with sl and entry on the open of the xth candle. These are just candle counts, it would be changing ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 27, 2020I'll cut the suspense, politely, I won't be adding that, it's not a core function for what the indicator is for and I don't see the widespread value of adding it.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 27, 2020I had a second person notify me of this, so I tried again to replicate it or find out how it'd happen, I did find a way to replicate it, it's been amended, please verify it on your end. HLine_Alert_Maker_v1.4 - multiple line alert bug fixed - option ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 25, 2020Should work file It's not just ibandsonarray, you were giving the rsi array, with array indexing, values that are indexed in timeseries, so the rsi array was back to front. You could set it to series indexing or invert the indexes of values you ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 25, 2020This looks like it's working properly in mt4.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 23, 2020"How are days defined?" - chart 00:00 to 23:59, ie every new chart day - runs from the start of the chart history to the live bar, days = number of days, excluding sat/sun, including the number of days requried for the adr period "What does green, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 23, 2020I can't replicate the issue.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 23, 2020To be used as a guide only, simulate spread yourself through the inputs - or not, not intended for forward use, ie more of a "load once and inspect".
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 11, 2020What is to be sorted = a string array of time2strings Turn into a format that can be sorted how you want = turn every element back to datetime...or dont even use time2string to store in a string array in the first place Sort = sort the datetimes how ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 10, 2020Gotta plug one of mine, probably overkill but anyway. url image file Make it clear what is to be sorted, then turn it into a form that can be sorted, then sort it. "Make it clear what is to be sorted" - you have a string array of times? or an ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 9, 2020I'll do the first one. A mtf indicator can be put on any chart, and doesn't require any other chart. The mtf function will (typically) work as long as the selected mtf-tf is higher than or equal to the current tf, else the indicator will blank out ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 7, 2020I have no idea what to make of this, anything I send you will most likely not be what you're after, and we'll go back n forth x100 times. I don't mind doing it but make it simpler and shorter, and imagine I never made the indicator you're quoting, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 5, 2020Ok, v1.01 - sl/tp pips from entry price, entry price still inputted - vlines stay in place on tf change file If it's that complicated, then url . I'm not into EAs, good luck.
I will code your EAs and Indicators for no charge