- Search Energy EXCH
-
jeanlouie replied Jun 24, 2023url Its use would look like- Comment("Hello"); //or datetime msg_t = some datetime value Comment("Time is ",msg_t);
Display comments mql in corner
-
jeanlouie replied Jun 24, 2023Re-read your posted code to see what it is doing, and check the prices of the objects made that use the prices found in it, ie it is working, just not what you expect. double swingHigh = High[0]; double swingLow = Low[0]; for(int i = 1; i <= Bars; ...
Help needed trying to learn the MQ4 language
-
jeanlouie replied Jun 20, 2023If you're getting a lot of use from it then you can use this
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 19, 2023The quote thing in the post text is missing, anyway I wont be adding a show/hide btn to it.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 19, 2023Your issue is probably the symbol()+suffix, which turns something like eurusd.e to eurusd.e.e, or eurusd to eurusd.e, which would be an invalid symbol name regardless of the native broker suffix, because you're changing the name of the current ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 19, 2023Which suggestion and can you prove it. I'm guessing your suffix input isn't empty and you're using the symbol eg eurusd.e.e and not eurusd.e which is what symbol() would give. Use the below and show what happens. ResetLastError(); string sym = ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 19, 2023- symbol() gives you the symbol name, already including any pre/suffix, adding anything to it changes the symbol name used ie eurusd.e+.e gives eurusd.e.e - instead of using the value of 13, consider using the enumeration name of MODE_SPREAD
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 17, 2023You'll have to check every existing vline on the chart to see if any are on the live candle. bool check_vline() { int itarget = 0; bool found = false; datetime vline_t = 0; color vline_clr = 0; ENUM_LINE_STYLE vline_s = 0; int vline_w = 0; for(int ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 16, 2023Seems addressed, you can select different circles ratio sets to use, via the input SelectCircleToUse which is below the PriceCycleNote = "Circles 1 to 6 ONLY" setting, and change the circle ratios sets too, previously only circle set 1 inputs where ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 5, 2023Give more information, what are the 10 values? If they are pairs of time/price coordinates, then draw a trendline from each point to the next, if it's intended to look like your pic.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 4, 2023SR_Wicks_MTF - rectangles drawn from wicks of certain size - wick size as proportion of candle size - mtf - multiple loadings - rectangle coloring
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 1, 2023I typically dont do anything with ea's, most others do though.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 1, 20231 is out of my control, 2-option added for tf visibilities Hotkey_text_v1.01 - tf visibilities
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 30, 2023That is quite a lot. You haven't proven it to be profitable. Anyone can post hindsight cherry picked trade examples, with max "potential" profits, it's not worth much without clear consistent entries & exits, over a period of time with different ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 26, 2023Options for sup/res colors for all tfs added.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 26, 2023Both noted, post updated.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 25, 2023MA_SR-Turning_Levels - draws boxes or lines at ma reversal points - reversal point defined as a high/low in the middle of 5 values of the ma - colors for top and bottom - can load multiple times with different ma method/period/boxheight settings ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 22, 2023This is the regular cycle lines object, it does all that.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 21, 2023You can run the indicator in the tester instead, terminal->view->strategy tester.
I will code your EAs and Indicators for no charge