Help Please: I can't get the buffer value with iCustom()
Page 1 of 847 123 ... LastLast
Results 1 to 10 of 69

Thread: Help Please: I can't get the buffer value with iCustom()

  1. #1
    I have an indicator and I'm learning to extract buffer values using iCustom(

  2. #2
    This specific value means EMPTY_VALUE in MT4.

  3. #3
    Thank you FerruFX. But if you look at the graph in the upper left corner, there is a value in the fourth buffer.

  4. #4
    Make sure you are consulting the correct buffer. The first is the buffer 0, the second is the 1, and so on.

  5. #5
    Hi Ferrux, could you help me with this code? I'm trying to get the Mega FX indicator values for all symbols and save them as a global variable, so I use it as a PIN in the EAX dashboard. The problem is that the code freezes the MT4 completely. Here goes the fragment: MegaFx_BuySig = iCustom(symbols[i]+suffix, RunTF, "Mega_Fx", ALERTS, SoundAlerts, SoundAlertFile, eMailAlerts, 4, SignalDelay+0

  6. #6

  7. #7
    I am using an indicator and testing how to get the value from your buffer using iCustom(

  8. #8
    That specific number means EMPTY_VALUE in MT4. This is what returns by default when the buffer has no valid value.

  9. #9
    Thank you FerruFX. But if you see the graph well, at the top left there is a visible value in that fourth buffer.

  10. #10
    Make sure you are consulting the correct buffer. The first is buffer 0, the second is buffer 1, and so on.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.