어드바이저를 무작위로 모으는 방법 - 페이지 63

 
WORLD FRIENDSHIP Heat June))))))
 
Alexsandr San :

초안 버튼, 아마도 누군가 MT4에 유용할 것입니다.

모든 것이 연결된 것처럼 보입니다. 테스터와 실생활에서 가능하다

 //---
input string    t10= "----------- Time ------------------" ;
input datetime HoursFrom        = D'1970.01.01' ; // Закрыть всё
input string    t= "------------- Balans Parameters -----" ;
input double    TargetProfit     = 999999.99 ;     // Баланс + Прибыль(прибавить к балансу)
input double    TargetLoss       = 0 ;             // Баланс - Убыток(отнять от баланса)
input string    _Orders_= "------ Parameters Order ------" ;
input double    Lots             = 0.01 ;           // Lots
input int       StopLoss         = 10000 ;         // StopLoss
input int       TakeProfit       = 10000 ;         // TakeProfit
input double    TrailingStop     = 300 ;           // TrailingStop Фиксированный размер трала
input double    TrailingStep     = 50 ;             // TrailingStep Шаг трала
//---

TimeBalances닫기

파일:
 
Alexsandr San :

모든 것이 연결된 것처럼 보입니다. 테스터와 실생활에서 가능

수평선에서 추가된 위치가 열리고 반대 방향으로 이동합니다.

수직에서 모든 것을 닫습니다

 //---
input string    t10= "----------- Time ------------------" ;
input datetime HoursFrom        = D'1970.01.01' ; // Закрыть всё
input string    t= "------------- Balans Parameters -----" ;
input double    TargetProfit     = 999999.99 ;     // Баланс + Прибыль(прибавить к балансу)
input double    TargetLoss       = 0 ;             // Баланс - Убыток(отнять от баланса)
input string    _Orders_= "------ Parameters Order ------" ;
input double    Lots             = 0.01 ;           // Lots
input int       StopLoss         = 10000 ;         // StopLoss
input int       TakeProfit       = 10000 ;         // TakeProfit
input double    TrailingStop     = 300 ;           // TrailingStop Фиксированный размер трала
input double    TrailingStep     = 50 ;             // TrailingStep Шаг трала
input string    R_Orders_= "----- Revers H Line ---------" ;
input bool      ReversOrders     = false ;         // Revers Horizontal Line
//---

HlinTimeBalances닫기

라인 버튼은 그려진 대로 눌러야 합니다.

--------------------------------------------------

이것은 현재 테스터를 위한 것입니다. 정상 작동을 위해서는 시장이 언제 열릴지 여전히 확인해야 합니다.

파일:
 
Alexsandr San :

수평선에서 추가된 위치가 열리고 반대 방향으로 전환됩니다.

수직에서 모든 것을 닫습니다


라인 버튼은 그려진 대로 눌러야 합니다.

--------------------------------------------------

이것은 현재 테스터를 위한 것입니다. 정상 작동을 위해서는 시장이 언제 열릴지 여전히 확인해야 합니다.

MT4에 대한 흥미로운 유틸리티가 밝혀졌습니다.

설정

 //---
input string    t10= "----------- Time ------------------" ; //
input datetime HoursFrom        = D'1970.01.01' ; // Закрыть всё
input string    t= "------------- Balans Parameters -----" ; //
input double    TargetProfit     = 999999.99 ;     // Баланс + Прибыль(прибавить к балансу)
input double    TargetLoss       = 0 ;             // Баланс - Убыток(отнять от баланса)
input string    t2= "------------ Exchange TP SL --------" ; //
input double    InpTProfit       = 1000 ;           // Exchange TP
input double    InpStopLoss      = 1000000 ;       // Exchange SL
input string    t0= "------------ Lots Parameters -------" ; //
input double    InpLots1         = 0.01 ;           // : Lots 1
input int       InpLots_01       = 200 ;           // Exchange Lots
input double    InpLots2         = 0.02 ;           // : Lots 2
input int       InpLots_02       = 400 ;           // Exchange Lots
input double    InpLots3         = 0.04 ;           // : Lots 3
input int       InpLots_03       = 800 ;           // Exchange Lots
input double    InpLots4         = 0.08 ;           // : Lots 4
input string    _Orders_= "------ Parameters Order ------" ; //
input int       StopLoss         = 10000 ;         // StopLoss
input int       TakeProfit       = 10000 ;         // TakeProfit
input double    TrailingStop     = 300 ;           // TrailingStop Фиксированный размер трала
input double    TrailingStep     = 50 ;             // TrailingStep Шаг трала
input string    R_Orders_= "----- Revers H Line ---------" ; //
input bool      ReversOrders     = false ;         // Revers Horizontal Line
//---
파일:
 
Alexsandr San :

MT4에 대한 흥미로운 유틸리티가 밝혀졌습니다.

설정

테스트하겠습니다. 그런 다음 무엇을 어떻게 구독 취소하겠습니다.

 
Сергей Дыбленко :

테스트하겠습니다. 그런 다음 무엇을 어떻게 구독 취소하겠습니다.

이 유틸리티는 더 흥미롭습니다 . 수평선 은 보류 중인 주문과 같습니다. 예, 그 반대를 잊지 마세요. 양극을 매수에서 매도로 바꾸는 것과 같습니다.

또한 이 기능

 input string    t2= "------------ Exchange TP SL --------" ; //
input double    InpTProfit       = 1000 ;           // Exchange TP
input double    InpStopLoss      = 1000000 ;       // Exchange SL

열 수 없는 포지션의 수 - 예를 들어 매도 시 마이너스 포지션이 있을 수 있지만 총 금액은 마감됩니다.

여기에 많은 기능이 있습니다.

 input string    t0= "------------ Lots Parameters -------" ; //
input double    InpLots1         = 0.01 ;           // : Lots 1
input int       InpLots_01       = 200 ;           // Exchange Lots
input double    InpLots2         = 0.02 ;           // : Lots 2
input int       InpLots_02       = 400 ;           // Exchange Lots
input double    InpLots3         = 0.04 ;           // : Lots 3
input int       InpLots_03       = 800 ;           // Exchange Lots
input double    InpLots4         = 0.08 ;           // : Lots 4

빨간색의 위치가 금액보다 높을 때 - 다음 위치는 증가된 로트로 열립니다.

--------------------------------------

모든 기능은 테스터에서 작동합니다. 테스터에서 전략을 입력할 수 있습니다.

-------------------------------------------------- --------------------------

다음은 모든 것이 적자에 들어간 예입니다. 그러나 손실로 인해 lot이 증가했으며 ( InpTProfit = 10 ; // Exchange TP) 10을 넣어 총 금액이 +10이 되면서 모든 포지션이 청산되었습니다.

다른 방향으로 열려 있으면 +10이 걸릴 때까지 닫히지 않습니다.

스냅 사진

--------------------------------------------------

많은 쌍과 함께 사용할 수 있습니다. 시간이 지나면 모든 위치는 보류 중인 주문을 제거하고 총 이익에서 위치를 닫습니다.

또한 수직선에서 모든 것을 제거하십시오.

스냅샷3

 
Alexsandr San :

MT4에 대한 흥미로운 유틸리티가 밝혀졌습니다.

설정

#속성 버전 "1.01"

고정 부지 개방

 input string    t0= "------------ Lots Parameters -------" ; //
input double    InpLots          = 0.01 ;           // Lots
input double    InpLots1         = 0.02 ;           // : Lots 1
input int       InpLots_01       = 200 ;           // Exchange Lots
input double    InpLots2         = 0.04 ;           // : Lots 2
input int       InpLots_02       = 400 ;           // Exchange Lots
input double    InpLots3         = 0.08 ;           // : Lots 3
input int       InpLots_03       = 800 ;           // Exchange Lots
input double    InpLots4         = 0.16 ;           // : Lots 4
파일:
 
Alexsandr San :

#속성 버전 "1.031"

에서 계산을 수정 한 것 같습니다

#속성 버전 "1.032"

고정 부지 개방

 input string    t0= "-----  Lots Parameters   -----" ;               //
input uint      maxLimits                    = 1 ;                 // Кол-во Позиции Открыть в одну сторону
input double    InpLots                      = 0.01 ;               // Lots
input double    InpLots1                     = 0.02 ;               // : Lots 1
input int       InpLots_01                   = 200 ;               // Exchange Lots >< Point Lots
input double    InpLots2                     = 0.04 ;               // : Lots 2
input int       InpLots_02                   = 400 ;               // Exchange Lots >< Point Lots
input double    InpLots3                     = 0.08 ;               // : Lots 3
input int       InpLots_03                   = 800 ;               // Exchange Lots >< Point Lots
input double    InpLots4                     = 0.16 ;               // : Lots 4
파일:
 
Alexsandr San :

할 일이 없습니다 - 코드베이스에서 mt4에 대한 전문가의 눈을 멀게 했습니다.

이 지표 유형의 경우 https://www.mql5.com/en/code/8772

이것은 모드 중 하나입니다

일반 모드가 있습니다 - 열림 닫힘

더 나은 것을 위해 약간 재설계

나는 표시기를 부착하지 않습니다 - 당신은 당신의 취향에 따라 선택해야합니다


파일:
 
Semaphore Line
Semaphore Line
  • www.mql5.com
или от Горизонтальной линии установить трал.(линии срабатывают от касания)