Search found 15 matches

by joel847
Thu Feb 07, 2013 1:21 pm
Forum: Forum
Topic: Use Edge club template as base for my own.
Replies: 0
Views: 18199

Use Edge club template as base for my own.

Chris,

Is it be possible to append my own calculations to an Edge Club template by using it as a base for a new template ? I want to add more fields because I am not satisfied with just percent wins in the output.

Joel
by joel847
Mon Jun 25, 2012 3:31 am
Forum: Forum
Topic: Logical OR function?
Replies: 2
Views: 10748

Re: Logical OR function?

Here is an example with correct AND OR symbols.
| OR
& AND

cond1:=c<ma(c,20);
cond2:=ma(c,10)<ma(c,15);
cond3:=ma(c,3)<ma(c,5);

event: cond1 | ( cond2 & cond3);
by joel847
Fri May 18, 2012 1:45 pm
Forum: Forum
Topic: Color coding of trade arrows.
Replies: 1
Views: 8775

Color coding of trade arrows.

Shorts and sells are both indicated on the chart with red down arrows. Buys and covers are both indicated on the chart as green up arrows. This can be confusing. If a cover is next to a buy, it looks like the second buy. Using pink for short and blue for cover for example would make the chart easier...
by joel847
Fri May 18, 2012 1:37 pm
Forum: Forum
Topic: Bad tick on SPY
Replies: 1
Views: 8216

Re: Bad tick on SPY

OK. An after the close data update fixed the problem. But during the day with real time updates it didn't go away.
by joel847
Fri May 18, 2012 1:19 pm
Forum: Forum
Topic: Bad tick on SPY
Replies: 1
Views: 8216

Bad tick on SPY

The last bar on SPY goes from zero to the current price producing a giant green bar. How can I fix this ?