kann mir jemand mal einen Tipp geben, wie man verschiedene FX-Paare im Code importiert? close(“EURUSD”) des jeweiligen Timeframes scheint nicht klappen und ich habe versucht ein wenig das Manual durchzusuchen, bin aber mit meinen Stichworten leider nicht weitergekommen.
Guten Morgen im Forum, ich muss diesen beigefügten Code so vervollständigen, dass Sie in der
Grafik die Anzahl der Pips (für Forex oder Indizes) sehen können, die vom Maximum der Spanne
auf jeder höheren Ebene und dem Minimum der Spanne für jede niedrigere Ebene erreicht werden.
Grundsätzlich besteht das Problem, auf das ich stoße, darin, automatisch zu erkennen, ob das
Asset 0 Dezimalstellen, 2 Dezimalstellen oder 4 Dezimalstellen hat, und diese automatisch
in die Widerstände/Unterstützungen zu schreiben.
Danke
once maxii=undefined
once minii=undefined
once maxi1=undefined
once mini1=undefined
once maxi2=undefined
once mini2=undefined
once maxi3=undefined
once mini3=undefined
if time<090000 then
maxi=high
mini=low
elsif time<100001 and time>=090000 then
maxi=max(high,maxi)
mini=min(low,mini)
lerange=(maxi-mini)/2
else
maxii=maxi
minii=mini
maxi1=maxi+lerange
mini1=mini-lerange
maxi2=maxi+2*lerange
mini2=mini-2*lerange
maxi3=maxi+3*lerange
mini3=mini-3*lerange
endif
return maxii as "Maxi première heure de cotation", minii as "Mini première heure de cotation", maxi1 as "Maxi1" ,mini1 as "Mini1",maxi2 as "Maxi2" ,mini2 as "Mini2",maxi3 as "Maxi3" ,mini3 as "Mini3"
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)