fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ForX92
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    ForX92

    @ForX92

    0
    Reputation
    224
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ForX92 Unfollow Follow

    Latest posts made by ForX92

    • RE: Work with more horizontal lines

      I create this because otherwise i need over 90 variables and "Once a day" reset all... Is a true long work, how i can do?

      posted in Questions & Answers
      F
      ForX92
    • Work with more horizontal lines

      Hi fxDreema,

      I need to work with more and more horizontal lines, i need to open a position when a candle closes with:
      Candle low "=>" (or ">=") Red or Lightblue horizontal line.

      http://imgur.com/a/HFKUj

      i tried to use the name, but the lines name are red1, red2, red3, [...] red45 etc...

      now, how i can do? I tried with Condition:
      Candle 1 Low <= Object Attributes (numeric) Object name Red but it doesn't work... 😞

      posted in Questions & Answers
      F
      ForX92
    • RE: Delete last number and once per weekly

      Hi!
      i have two problems ,
      the first si need to delete the last number in variable for example:

      GBPJPY is: 140,635
      i need to delete the number "5" = 140,63
      how i can make it?

      the second is a "Once per weekly" i need to create a variable at the 00:00 of monday and close all trade friday at 23:55,
      I have tried to do it with
      "weekday filter" (monday) ---> "Once a day" (time 00:00) ---> create variable
      "weekday filter" (Friday) ---> "Once a day" (time 23:55) ---> Close trade
      but unsuccessfully...
      how i can make it?

      Thanks for your answer!

      posted in Questions & Answers
      F
      ForX92
    • RE: Pivot Point in variable

      Hi,

      i want to set a variable "PP" with the pivot point value,
      https://fxdreema.com/shared/wYFXOnGDc

      but the comment report to me a value "1", i use the timeframe 5min.
      how i can resolve?

      posted in Questions & Answers
      F
      ForX92
    • RE: Set Variable = Pips Lost

      I resolved! Thanks for the swift response! 😉

      posted in Questions & Answers
      F
      ForX92
    • RE: Set Variable = Pips Lost

      Of course!
      This is my project...
      http://i68.tinypic.com/icpgsk.png

      In this follow image i open all "Modify Variables" and i numerate it...
      http://i63.tinypic.com/j9afcx.png
      http://i65.tinypic.com/3025j43.png

      In alternative i tried to replace the "Modify Variables" with a "Custom MQL4 Code"
      http://i65.tinypic.com/3hmvc.png

      But the EA continues to set the "TakeProfit2" = "TakeProfit" ! Without the variable "DiffToT"

      P.S: the variable "Apertura" is this:
      http://i68.tinypic.com/29dh88.png

      Thanks for the quick response!

      posted in Questions & Answers
      F
      ForX92
    • RE: Set Variable = Pips Lost

      HI,
      i need to set the variable "Diff" with the pips lost in last trade,
      my exemple:

      (On Tick)
      
             1st Column
      Once a day
      
      Condition = &#91;&#46;&#46;&#46;&#93;
      
      Sell now 
                 TP = Variable3
      
      Modify Variables = 
                 Variable1 = Cancle, Candle 0 open
      
      
      
      
      
            2nd Column
      Once per bar
      
      If Trade exists = Sell
      
      Modify Variables = 
                 Variable2 = Candle,Candle 0 open
      
      Modify Variables = 
                 (Variable List)
                               Diff =  V1-V2  (Variable1 - Variable2)
      
      Modify Variables = 
                 (Variable List)
                               Variable4 = Variable3 + Diff
      
      Buy now
                  TP= Variable4
      

      But whan the EA run don't see the addition " Variable3 + Diff " , in my mind i want to create a variable = price lost with last operation + my take profit (costant)...
      How i can fix?

      posted in Questions & Answers
      F
      ForX92