NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 20 of 20
Search: Posts Made By: Orjan
Forum: MultiCharts January 23rd, 2015, 03:35 AM
Replies: 4
Views: 1,577
Posted By Orjan
ABCTG, I have tried using limit and stop...

ABCTG,

I have tried using limit and stop order, and that gives the same result as "or higher/lower": in both cases profit target is filled at high or close of the bar. Not at +10 points as...
Forum: MultiCharts January 22nd, 2015, 02:34 PM
Replies: 4
Views: 1,577
Posted By Orjan
Thanks ABCTG, That solved the problem with...

Thanks ABCTG,

That solved the problem with exit in the wrong bar.

But as you see in pic1 the profit (XLPT) is taken at different levels, either on the high of the bar, or on the close of the...
Forum: MultiCharts January 22nd, 2015, 07:20 AM
Replies: 4
Views: 1,577
Posted By Orjan
Bar Magnifier exit problem

My entry signal is simple. An outside bar on daily chart: If low of the previous bar is taken out first, I buy when also high of the previous bar is taken out. I use IOG and Bar Magnifier.

I want...
Forum: EasyLanguage Programming December 28th, 2014, 08:18 AM
Replies: 3
Views: 1,409
Posted By Orjan
ABCTG

Thanks. The problem was that when I made the manual check of the trades I was not aware of at which time the sessions breaks between days are set in the chart. They are set to 17.00. So now my code...
Forum: EasyLanguage Programming December 27th, 2014, 10:30 AM
Replies: 3
Views: 1,409
Posted By Orjan
Entry directly on outside bar?

Hi, I want to go long directly when an outside bar is formed. When previous bar low has already been taken out I want to go long one tick above the prevoius bar high. I use IntrabarOrderGeneration...
Forum: EasyLanguage Programming August 29th, 2013, 09:55 AM
Replies: 14
Views: 8,345
Posted By Orjan
Yes, a trial for Multicharts or Tradestation 9...

Yes, a trial for Multicharts or Tradestation 9 would be the best I guess.
Forum: EasyLanguage Programming August 29th, 2013, 09:22 AM
Replies: 14
Views: 8,345
Posted By Orjan
Intrabar order generation is not possible in...

Intrabar order generation is not possible in TradeStation 2001. But maybe I can build the system with intraday bars, lets say 15 min., and write an instruction that takes entry at the close of the...
Forum: EasyLanguage Programming August 29th, 2013, 05:11 AM
Replies: 14
Views: 8,345
Posted By Orjan
Similar problem with daily bars

I am trading on daily bars and one of my exits is a gliding one: when 2 % profit has been reached, I take my profit if it goes down to 1,5 %. It works, but Tradestation does not take exit if both the...
Forum: EasyLanguage Programming August 26th, 2013, 03:07 PM
Replies: 14
Views: 8,345
Posted By Orjan
Yes, you are right, my calculation of stoploss...

Yes, you are right, my calculation of stoploss was the problem. I have changed that and now it works as I want.
Thank you.
Forum: EasyLanguage Programming August 26th, 2013, 11:03 AM
Replies: 14
Views: 8,345
Posted By Orjan
Thanks, Sell at Stoploss or lower did...

Thanks,

Sell at Stoploss or lower

did not help.

As you say, market position is 0 at the close of the entry bar, but right after the open of next bar the market position should be 1, I...
Forum: EasyLanguage Programming August 26th, 2013, 07:33 AM
Replies: 14
Views: 8,345
Posted By Orjan
How to exit the day after entry?

I use TradeStation 200i and use daily bars for my strategy and entry is at close of the day.
I have several exits, one is a fixed point exit.

Sometimes the exit should be the day after entry but...
Forum: EasyLanguage Programming September 14th, 2012, 10:50 AM
Replies: 11
Views: 12,543
Posted By Orjan
Thank you ValutaTrader, I have solved the...

Thank you ValutaTrader,

I have solved the problem.
Forum: EasyLanguage Programming August 29th, 2012, 04:38 AM
Replies: 1
Views: 1,585
Posted By Orjan
How to change the number of MACD decimals?

In my TradeStation 2001i the number of MACD decimals is by default two in for example End of Day and 60 minutes bar charts. But in a 1 minute bar chart, the default number of MACD decimals is four....
Forum: EasyLanguage Programming August 23rd, 2012, 01:57 PM
Replies: 11
Views: 12,543
Posted By Orjan
dtrade88, Thanks, but it did not solve the...

dtrade88,

Thanks, but it did not solve the problem.
Forum: EasyLanguage Programming August 23rd, 2012, 11:51 AM
Replies: 11
Views: 12,543
Posted By Orjan
Data2 for automated trading

I the same Tradestation chart I have 1 minute (Data1) and 120 minute (Data2). I have put the strategy in Data1. One of my conditions is to buy when MACD of Data2 is below 0 and is rising. But when I...
Forum: EasyLanguage Programming June 24th, 2012, 05:32 PM
Replies: 6
Views: 3,622
Posted By Orjan
Perfect Len! It works :) I replaced "Sell"...

Perfect Len! It works :)

I replaced "Sell" with "Exitlong"
Forum: EasyLanguage Programming June 24th, 2012, 02:37 PM
Replies: 6
Views: 3,622
Posted By Orjan
skiman and Lampert, Thanks, maybe I was...

skiman and Lampert,

Thanks, maybe I was unclear. I want the stop to stay at the same price every day until exit. If I buy july 3 I want the stop to stay one tick under the lowest of july 2 and 3,...
Forum: EasyLanguage Programming June 15th, 2012, 04:26 PM
Replies: 6
Views: 3,622
Posted By Orjan
Intraday stop under yesterday day low

I'm anayzing in 120 minutes and want my Stop Loss one tick under the low of:

- the day before the day I enter the trade

...or

- the same day I enter the trade

....whichever is lowest.
Forum: EasyLanguage Programming April 14th, 2012, 03:20 AM
Replies: 3
Views: 7,656
Posted By Orjan
Thanks, it works. I also put in a false...

Thanks, it works.

I also put in a false condition for the rest of the month, don't know if it is needed:

If DayOfMonth(date) >= 6 and DayOfMonth(date) <= 20 then cantrade = false;


Perhaps...
Forum: EasyLanguage Programming April 13th, 2012, 03:49 PM
Replies: 3
Views: 7,656
Posted By Orjan
Code for trading a part of the month?

I want one of my signals only to be traded the periods between day 1 and 5 and day 21 and day 31 every month. Not the other days. I guess I should use the reserved word "DayOfMonth" but I dont know...
Showing results 1 to 20 of 20

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top