Search found 7 matches

by jsramek
03 Apr 2012
Forum: MultiCharts
Topic: Code question
Replies: 3
Views: 921

Re: Code question

escamillo thats what I thought but looking at the orders from the demo to real trades one uses 6 ticks and one used 6 points , if this is setup for points for the es for example could I use 1.5 for 6 ticks in the es?
by jsramek
03 Apr 2012
Forum: MultiCharts
Topic: Code question
Replies: 3
Views: 921

Code question

So this a simple code for a event trader creating a bracket order right before an event on a 1 second chart for the ES , the question I have is that I seem to run into an issue with the range, it seems to be calculated as ticks sometimes and as full points others. Please let me know if you have any ...
by jsramek
23 Feb 2012
Forum: MultiCharts
Topic: Breakout Strategy
Replies: 1
Views: 850

Breakout Strategy

Im trying to tie the breakout strategy to a certain time of day to be automatically placed , does anyone have any guidance on where this code can be found or have any quick code to generate an OCO order at X amount of ticks above and below the market?
by jsramek
17 Jan 2012
Forum: MultiCharts
Topic: assign value to arrows
Replies: 4
Views: 1318

Re: assign value to arrows

furytrader thanks for your help the toggle variable works, it ended up being that I only needed 1 variable for multicharts where i had 2 in NT.
by jsramek
17 Jan 2012
Forum: MultiCharts
Topic: assign value to arrows
Replies: 4
Views: 1318

assign value to arrows

I have created a indicator that will draw arrows up for bullish down for bearish. My problem is though my conditions can generate several of the same arrow consecutively so the signals might look something like buy buy buy sell sell buy. what i want is for the arrows to be buy, sell , buy sell etc. ...
by jsramek
04 Jan 2012
Forum: MultiCharts
Topic: email alert -- Decimal rounding
Replies: 4
Views: 1129

Re: email alert -- Decimal rounding

thanks guys, I used a somewhat of a blend of the above,

if condition1 then alert (Text( "Bullish Entry Signal use following as stop value", NumToStr(value2,6)));
by jsramek
03 Jan 2012
Forum: MultiCharts
Topic: email alert -- Decimal rounding
Replies: 4
Views: 1129

email alert -- Decimal rounding

I created a indicator that sends a email alert saying when to enter and the suggested stop value is the parabolic SAR value but for some reason in the email it will only show to the second decimal place, this works fine for s&p's but not for the currencies, any suggestions ?

Go to advanced search