- Search Energy EXCH
-
jeanlouie replied Sep 1, 2020Read the number of the pattern or alert buffer and choose what to do based on that.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2020Oh I left out the trendperiod, ok, just paste over the old one
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2020- buffers won't delete, but may be changed if another pattern/alert is found at that candle - pattern numbers: 1 - BullHarami 2 - BullCross 3 - BullEngulf 4 - BullPierce 5 - MorningStar 6 - Hammer 7 - BearHarami 8 - BearCross 9 - BearEngulf 10 - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2020If you're using icustom, you can feed in any settings you want. If not then here;
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2020An update and new stuff that may be useful in general: Quadrilateral - draws a quadrilateral (movable 4 sided shape) - multi instance v1.1 - fixed a btn bug - option for hollow quadrilateral, so no color filling image file Wave_Lines_ABCDEF - ...
Time and Price Forecasting
-
jeanlouie replied Aug 31, 2020Made for another thread but will post here too. Quadrilateral - draws a quadrilateral (movable 4 sided shape) - multi instance v1.1 - fixed a btn bug - option for hollow quadrilateral, so no color filling image file ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2020Try turning the doubles into ints, just * all values (switch n cases) by whatever it takes to get the smallest value into an int, typecast the switch as int too or just use another variable that is an int.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2020- as clayplot pointed out, that option is there - as mentioned previously, I'm not into ea's - This still falls under the flip-the-arrows
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2020If you're asking for an ea, I don't do ea's, someone else may though.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2020If you want to reverse arrows, you can exchange the arrow codes and colors in the settings of the indicator.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2020You can change the arrow codes and colors so to suit whichever method you want.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 30, 2020Reminder, end time is inclusive and tf dependant, added both cases; - Up to 08:00 will be inclusive of whatever candle has that time, ie 1min chart includes 08:00 minute, 1hr chart includes entire 08 hour - Up to 07:59 will include all ticks before ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 29, 2020Alligator is 3 regular ma's just horizontally shifted. If you really want the signal line to be the avg of the 3 other values, then you'll never get a signal, it'll always be inside the 3 values. Instead I made the signal line as a ma of the avg ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 28, 2020- pop/push/email alerts (the popup has default sound with it) - you can choose what the signal term is - vlines not included
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 28, 2020Not a bother at all, it's only by fixing the bugs that the indicator gets better or at least usable, and I need to know if there are stuff ups in things I've made/modified. So checking the yesterday fibo out, I did see the issue. The reason the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 28, 2020Something like: symbol_period = input_period; if the symbol is XAUUSD, then symbol_period = 14, and use symbol_period throughout the indicator in the place of the input_period. somewhere in the input section will be: input int period = 20; you can ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 27, 2020- I can't replicate the vline issue, I put it on a live chart and saw it work as expected, see gif - only thing I can think of would make it disappear is if the "Use the last x bars (0=all)" setting is too low, because it'll delete all it's objects ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 27, 2020Yeah I realized the issue, the first buffer I have there, the readings buffer, was being drawn, so it'd be seen on pairs/prices less than 1. I added the readings buffer so you can match what it's reading to the base indicator if they're side by ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 26, 2020Just showing it's being used, or is there an issue?
I will code your EAs and Indicators for no charge