Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: Bakisoner
About
User Name: Bakisoner
Groups: Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Wednesday, December 23, 2015
Last Visit: Thursday, March 16, 2017 9:37:25 AM
Number of Posts: 10
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Version 17 PCF Capabilities
Posted: Wednesday, March 15, 2017 4:28:16 PM
Good evening sir
In that programming language is develop Worden?
thank you in advance
Topic: Support indicator and resistance
Posted: Sunday, January 15, 2017 9:51:46 AM

https://www.icloud.com/numbers/0e6gwbGNSbiVovp1IShevVSog#Vierge

Topic: Support indicator and resistance
Posted: Sunday, January 15, 2017 9:38:27 AM

  

Topic: Support indicator and resistance
Posted: Sunday, January 15, 2017 9:35:14 AM
Hello sir,
 
I am a client interactive broker and I use the tc2000 platform and I want to link my account to tc2000 brokerage.
 
Before proceeding to this connection I would like to know if it is possible to code me the following request:
 
Show on lower graphs all the highest and lowest annual, quarterly, monthly and weekly buljie.
 
I enclose a screenshot as an example
 
Thank you in advance.
Topic: Support indicator and resistance
Posted: Sunday, January 15, 2017 9:21:51 AM

Hello Sir and thank you for your reply.

Topic: Support indicator and resistance
Posted: Friday, January 13, 2017 8:43:05 AM
Is it possible to have the same indicator on worden tc2000
It displays the highest and lowest annual, quarterly, monthly and weekly candlestick by a horizontal white line
 
thank you in advance
Very cordial
 
 
 
once start=0
once currentyearhigh=undefined
once currentyearlow=undefined
once currentquarterhigh=undefined
once currentquarterlow=undefined
once currentmonthhigh=undefined
once currentmonthlow=undefined
once currentweekhigh=undefined
once currentweeklow=undefined
if (year =2001 and year[1] < 2018) or (year=2018 and barindex=0) then
currentyearhigh=high
currentyearlow=low
currentquarterhigh=high
currentquarterlow=low
currentmonthhigh=high
currentmonthlow=low
currentweekhigh=high
currentweeklow=low
start=1
endif
if start and start[1] and opendayofweek < opendayofweek[1] then
DRAWHLINE(currentweekhigh)
DRAWHLINE(currentweeklow)
currentweekhigh=high
currentweeklow=low
endif
if start and start[1] and openmonth <> openmonth[1] then
DRAWHLINE(currentmonthhigh)
DRAWHLINE(currentmonthlow)
currentmonthhigh=high
currentmonthlow=low
endif
if start and start[1] and openmonth <> openmonth[1] and openmonth mod 3 =0 then
DRAWHLINE(currentquarterhigh)
DRAWHLINE(currentquarterlow)
currentquarterhigh=high
currentquarterlow=low
endif
if start and start[1] and openyear <> openyear[1] then
DRAWHLINE(currentyearhigh)
DRAWHLINE(currentyearlow)
currentyearhigh=high
currentyearlow=low
endif
if start=1 then
currentyearhigh=max(high,currentyearhigh)
currentyearlow=min(low,currentyearlow)
currentquarterhigh=max(high,currentquarterhigh)
currentquarterlow=min(low,currentquarterlow)
currentmonthhigh=max(high,currentmonthhigh)
currentmonthlow=min(low,currentmonthlow)
currentweekhigh=max(high,currentweekhigh)
currentweeklow=min(low,currentweeklow)
endif
 
return
Topic: Create Order Template
Posted: Saturday, January 23, 2016 7:35:24 AM
Topic: Create Order Template
Posted: Saturday, January 23, 2016 7:32:25 AM

[QUOTE = Bakisoner]

Je voudrais r&eacute;aliser un type d&#39;ordre de mod&egrave;le:
Un ordre au march&eacute; li&eacute; &agrave; un rapport trailstop 1 et limite objectife 1 ratio &eacute;tait de 70% du b&eacute;n&eacute;fice.
Je me rends compte de ce mod&egrave;le, mais il ne fonctionne pas.
En vous remerciant d&#39;avance.
Desole pour l&#39;exactitude parce que je utiliser un traducteur pour vous &eacute;crire.

[/CITATION]

Topic: Create Order Template
Posted: Saturday, January 23, 2016 7:29:18 AM
I would like to realize a template type of order:
An order to the market linked to a trailstop 1 ratio and limit objectife 1 ratio was 70% of profit.
I realize this template but it does not.
Thank you beforehand.
Desol&eacute; for correctness because I use a translator to write you.
Topic: Create Order Template
Posted: Saturday, January 23, 2016 7:21:59 AM