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?
Posts made by ForX92
-
RE: Work with more horizontal linesposted in Questions & Answers
-
Work with more horizontal linesposted in Questions & Answers
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.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...
-
RE: Delete last number and once per weeklyposted in Questions & Answers
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!
-
RE: Pivot Point in variableposted in Questions & Answers
Hi,
i want to set a variable "PP" with the pivot point value,
https://fxdreema.com/shared/wYFXOnGDcbut the comment report to me a value "1", i use the timeframe 5min.
how i can resolve? -
RE: Set Variable = Pips Lostposted in Questions & Answers
I resolved! Thanks for the swift response!

-
RE: Set Variable = Pips Lostposted in Questions & Answers
Of course!
This is my project...
http://i68.tinypic.com/icpgsk.pngIn this follow image i open all "Modify Variables" and i numerate it...
http://i63.tinypic.com/j9afcx.png
http://i65.tinypic.com/3025j43.pngIn alternative i tried to replace the "Modify Variables" with a "Custom MQL4 Code"
http://i65.tinypic.com/3hmvc.pngBut the EA continues to set the "TakeProfit2" = "TakeProfit" ! Without the variable "DiffToT"
P.S: the variable "Apertura" is this:
http://i68.tinypic.com/29dh88.pngThanks for the quick response!
-
RE: Set Variable = Pips Lostposted in Questions & Answers
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 = [...] 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= Variable4But 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?