Ci-dessous une demande qui a été envoyée à ProRealTime :
Demande pour un systeme en trading auto
Ouverture à 9h et fermeture à 18h
CONDITION ACHAT
à l’ouverture de la 2eme bougie DMI + MACD Haussier
CONDITION VENTE
à l’ouverture de la 2eme bougie DMI + MACD Baissier
STOP à 40 points
Target à 20 points
Et une proposition de réponse :
DefParam CumulateOrders = False
DefParam FlatBefore = 090000
DefParam FlatAfter = 180000
SD = STD[5](Close)
ASD = Average[10](SD)
dmi = ROUND(14 / (SD/ASD))
m = MACDline[12,26,9](Close)
s = m - MACD[12,26,9](Close)
buySignal = (dmi > dmi[1]) and (m > m[1])
sellSignal = (dmi < dmi[1]) and (m < m[1])
If LongOnMarket and m Crosses Under s then
Sell At Market
Elsif ShortOnMarket and m Crosses Over s then
ExitShort At Market
Endif
If buySignal[1] then
Buy 1 Contract At Market
Elsif sellSignal[1] then
SellShort 1 Contract At Market
Endif
Set Stop PLoss 40
Set target pprofit 20
The information collected on this form is stored in a computer file by ProRealCode to create and access your ProRealCode profile. This data is kept in a secure database for the duration of the member's membership. They will be kept as long as you use our services and will be automatically deleted after 3 years of inactivity. Your personal data is used to create your private profile on ProRealCode. This data is maintained by SAS ProRealCode, 407 rue Freycinet, 59151 Arleux, France. If you subscribe to our newsletters, your email address is provided to our service provider "MailChimp" located in the United States, with whom we have signed a confidentiality agreement. This company is also compliant with the EU/Swiss Privacy Shield, and the GDPR.
For any request for correction or deletion concerning your data, you can directly contact the ProRealCode team by email at privacy@prorealcode.com
If you would like to lodge a complaint regarding the use of your personal data, you can contact your data protection supervisory authority.
Get Assistance
Assistance Type
Your Need
Proposed Solutions
Do you like cookies? 🍪 We use cookies to ensure you get the best experience on our website.
(Learn more)