Search results

  1. B

    Time Based Stop Loss

    Time Stop: EA will cancel all open orders which are in Loss after specified seconds. extern bool FilterByMagicNumber = FALSE; extern bool CurrentPairOnly = FALSE; extern int MagicNumber = 0; extern string tbslh="----Time based StopLoss----"; bool UseTimeBasedStopLoss =...
  2. B

    Time Based Stop Loss

    Any help from anyone? :(
  3. B

    Time Based Stop Loss

    Hi All Coders, I have zero knowledge of MQL. If someone here could kindly code this extremely useful a risk management EA with two functionality: Time Based Stop Loss (most important): EA will cancel all open orders which are in Loss after specified seconds. If trade is in Profit then don't...
  4. B

    Market Profile

    Thanks Enivid. Can you please elaborate what does "price movement" means? How do you calculate price movement? and What is the difference to tick volume?
  5. B

    Market Profile

    Please confirm if the Market Profile indicator uses "Tick Volume" or something else?
  6. B

    Another Market Profile Indicator

    Hi Nicolae, Thanks again for the your hard work on this and replying to everything and also making all changes. I am not able to use volume profile techniques properly as there are no decent MT4 indicator exists out there which can only show volume profiles for few candles only selected by...
  7. B

    Another Market Profile Indicator

    Hi Nicolae, Thanks again for your remarkable skills and assistance with the indicator and changes. This is coming up to be an excellent tool. I have the following questions: (1) You mentioned: Does volume/market profile is based on actual number of lots/contracts traded at each price (data...
  8. B

    Position Size Calculator

    Thanks, when is the ETA on the upcoming panel version? Very much looking forward to the upcoming version.
  9. B

    Position Size Calculator

    I like the PositionSizeCalculator_Main indicator. I was wondering if the developer can kindly amend and makes the following options available. Currently the indicator produces many texts on the charts. Is it possible to only show the following on top left corner only (no other texts except the...
  10. B

    Another Market Profile Indicator

    Hi Nicolae, Thanks for the great volume profile indicator. If you can kindly allow the indicator to do the following also, then it will be excellent: * Use on current charts e.g., M1, M5, M15, 1H, 4H charts. I mainly use M1 charts and ability to select only few candles specified by user. * The...