Replies

@fxstarforex
07 Feb 2016, 23:02 ( Updated at: 15 Jan 2024, 14:51 )

:)

Hi, look at this cBot [/algos/cbots/show/1077]  there is what You need.

 

 

Shawn_Mapilot said:

I would like to update the stop loss on my position every bar to equal a overlay indicator such as ichimoku kijunsen.

I tried to make it work but it seems to not update every bar, wondering if im missing something.

So my code goes like 

  protected override void OnBar()
        { 

double StopLoss = Math.Abs(ichimoku.KijunSen.Last(1) - longPosition.EntryPrice) / Symbol.PipSize;

if( LongPosition != null)

{

 ModifyPosition(longPosition, StopLoss, null);

}

if(ShortPosition!= null)

{

ModifyPosition(shortPosition,StopLoss,null);

}

}

//////

Any help will be greatly appreciated. Thanks!

 


@@fxstarforex

@fxstarforex
17 Dec 2015, 11:50

RE: RE: rebusik mały busik :P

fxstareu said:

This post was removed by moderator because it duplicates another post. /forum/cmirror-support/7545?page=1#2

First you have to understand what was going on and later deleted the post. But I see the support and the trouble.
 

But if i have 100000$ account and set position 1m and the copy account has only 100$ balance then minimal lot is 0,01(allowed) but i cant copt position because cmirror.com allow set only 1% when copy (but need 0.1%).

Bye


@@fxstarforex

@fxstarforex
16 Dec 2015, 14:30

RE: RE:

This post was removed by moderator.

 


@@fxstarforex

@fxstarforex
16 Dec 2015, 13:15

RE: rebusik mały busik :P

This post was removed by moderator because it duplicates another post. /forum/cmirror-support/7545?page=1#2


@@fxstarforex

@fxstarforex
16 Dec 2015, 10:41

rebusik mały busik :P

Sorry, support

only firefox blocking tracking or js scripts

but sometimes could not retrieve data from server on charts.

Please create allow / block users on a demo account (because it is useless without it)

Nice day

 

Spotware said:

Dear Trader,

Could you please provide us with more information and with some screenshots showing your issue?

You could post them here in this thread or send them to us at troubleshooting@spotware.com.


@@fxstarforex

@fxstarforex
07 Dec 2015, 12:34

Spotware said:

Dear fxstareu,

ROI is calculated based on the closed positions. You don't have any closed positions. Your ROI is 0.

 

Whatever. I can not copy the first position.

Bye.

 


@@fxstarforex

@fxstarforex
07 Dec 2015, 11:34 ( Updated at: 21 Dec 2023, 09:20 )

RE: RE: RE:

Spotware said:

Dear fxstareu,

As said in our previous post a prerequisite for demo accounts is that ROI shouldn't be 0. The screenshot you attached shows that your ROI is 0.

fxstareu said:

Spotware said:

Dear Trader,

In order for your strategy to be shown in the Strategies list, it should fill some requirements:

For live accounts:

  • The Balance in USD should be bigger than 10

For demo accounts:

  • ROI shouldn't be 0
  • Total traded volume in is USD shouldn't be 0

It doesn't work!

 

 

Dear,

There is open one position it is impossible  :)  (You are liars look at ROI example from another post)

Only this is your platform shows non-stop data inconsistent with reality (wrong balance and equity and I have 90% ROI but my equity is -90% it is not good idea).

A well functioning website you can not write.

Bye.

 


@@fxstarforex

@fxstarforex
04 Dec 2015, 20:02 ( Updated at: 21 Dec 2023, 09:20 )

RE:

Spotware said:

Dear Trader,

In order for your strategy to be shown in the Strategies list, it should fill some requirements:

For live accounts:

  • The Balance in USD should be bigger than 10

For demo accounts:

  • ROI shouldn't be 0
  • Total traded volume in is USD shouldn't be 0

It doesn't work!

 


@@fxstarforex